home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / notification-daemon.postinst < prev    next >
Encoding:
Text File  |  2007-04-04  |  254 b   |  16 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. case "$1" in
  5.   configure)
  6.        killall notification-daemon || true
  7.      ;;
  8. esac
  9.  
  10. # Automatically added by dh_gconf
  11. if [ "$1" = "configure" ]; then
  12.     gconf-schemas --register notification-daemon.schemas 
  13. fi
  14. # End automatically added section
  15.  
  16.